home *** CD-ROM | disk | FTP | other *** search
/ Light & Shade: Niida Takashi / Light & Shade: Niida Takashi.iso / mac / WIN / LART.Dxr / 00361.ls < prev    next >
Encoding:
Text File  |  1998-09-06  |  406 b   |  25 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     cursor(280)
  4.   else
  5.     if rollOver(3) then
  6.       cursor(280)
  7.     else
  8.       if rollOver(4) then
  9.         cursor(280)
  10.       else
  11.         if rollOver(5) then
  12.           cursor(280)
  13.         else
  14.           if rollOver(7) then
  15.             cursor(280)
  16.           else
  17.             cursor(-1)
  18.           end if
  19.         end if
  20.       end if
  21.     end if
  22.   end if
  23.   go(the frame)
  24. end
  25.